chore: enforce common prop typing style
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { cn } from '$shared/lib';
|
||||
import { Badge, Button, Card, CardSidebar, CardTitle, ImageLightbox, RichText } from '$shared/ui';
|
||||
|
||||
type Props = {
|
||||
export interface Props {
|
||||
/**
|
||||
* Project name
|
||||
*/
|
||||
@@ -32,7 +32,7 @@ type Props = {
|
||||
* @default false
|
||||
*/
|
||||
priority?: boolean;
|
||||
};
|
||||
}
|
||||
|
||||
/**
|
||||
* Project card with sidebar layout.
|
||||
|
||||
Reference in New Issue
Block a user