chore: enforce common prop typing style
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
type Props = {
|
||||
export interface Props {
|
||||
/**
|
||||
* CSS classes on the svg element
|
||||
*/
|
||||
className?: string;
|
||||
};
|
||||
}
|
||||
|
||||
/**
|
||||
* Magnify / search icon (Lucide).
|
||||
|
||||
Reference in New Issue
Block a user