You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
importtype{HeadlineProps}from"@kickstartds/base/lib/headline/typing";/** * Headline */exporttypeHeadlineProps={highlight?: Highlight;animation?: Animated;switchOrder?: SwitchOrder;}&HeadlineProps;/** * Highlight the headline? */exporttypeHighlight=boolean;/** * Animate the headline? */exporttypeAnimated=boolean;/** * Switch order of headline and subheadline */exporttypeSwitchOrder=boolean;
The text was updated successfully, but these errors were encountered:
Schema:
Generated Types:
The text was updated successfully, but these errors were encountered: