chore: enforce common prop typing style
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { Badge, Card, CardSidebar, CardTitle, RichText } from '$shared/ui';
|
||||
|
||||
type Props = {
|
||||
export interface Props {
|
||||
/**
|
||||
* Job title
|
||||
*/
|
||||
@@ -25,7 +25,7 @@ type Props = {
|
||||
* Additional CSS classes forwarded to the card
|
||||
*/
|
||||
className?: string;
|
||||
};
|
||||
}
|
||||
|
||||
/**
|
||||
* Work experience card with sidebar layout.
|
||||
|
||||
Reference in New Issue
Block a user