UNPKG

petals-ui

Version:
4 lines (3 loc) 266 B
import { ITypographyComponent } from './typing'; export declare function getTypoClassNames<DerivedComponent extends Partial<ITypographyComponent>>(componentInst: DerivedComponent, componentName: string, ignoreBoldness?: boolean): string[]; export * from './typing';