UNPKG

@fluentui/react-northstar

Version:
8 lines (7 loc) 204 B
export interface ItemLayoutVariables { paddingLeft: string; paddingRight: string; columnGap: string; height: string; } export declare const itemLayoutVariables: () => ItemLayoutVariables;