StylingPropDef
Home > @backstage/canon
> StylingPropDef
Signature:
export type StylingPropDef = {
className: string;
parseValue?: (value: string) => string | undefined;
};
Home > @backstage/canon
> StylingPropDef
Signature:
export type StylingPropDef = {
className: string;
parseValue?: (value: string) => string | undefined;
};