UNPKG

@financial-times/o3-foundation

Version:

Origami foundations with design tokens

13 lines (12 loc) 218 B
const getStyleAttributes = ({ theme }) => { const outputStyleArguments = {}; if (theme) { outputStyleArguments["data-o3-theme"] = theme; } return outputStyleArguments; }; export { getStyleAttributes };