UNPKG

@financial-times/o3-foundation

Version:

Origami foundations with design tokens

10 lines (8 loc) 240 B
interface StyleArguments { theme?: string; } interface StyleAttributes { 'data-o3-theme'?: string; } declare const getStyleAttributes: (style: StyleArguments) => StyleAttributes; export { type StyleArguments, getStyleAttributes };