UNPKG

@spark-web/box

Version:

--- title: Box storybookPath: page-layout-box--default isExperimentalPackage: false ---

7 lines (6 loc) 253 B
import type { BoxStyleProps } from './use-box-styles'; /** Separate the style properties from the element attributes. */ export declare function useBoxProps(props: BoxStyleProps): { styles: import("facepaint").DynamicStyle[]; attributes: {}; };