UNPKG

@fluent-windows/core

Version:

React components that inspired by Microsoft's Fluent Design System.

8 lines (7 loc) 1.33 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.omitProps = void 0; var omitProps = ['theme', 'display', 'overflow', 'width', 'height', 'minHeight', 'minWidth', 'maxWidth', 'maxHeight', 'fontSize', 'fontFamily', 'fontWeight', 'color', 'bg', 'background', 'backgroundClip', 'backgroundColor', 'backgroundImage', 'backgroundOrigin', 'backgroundPosition', 'backgroundRepeat', 'backgroundSize', 'backgroundAttachment', 'border', 'borderTop', 'borderRight', 'borderBottom', 'borderLeft', 'borderTopWidth', 'borderRightWidth', 'borderBottomWidth', 'borderLeftWidth', 'borderTopStyle', 'borderRightStyle', 'borderBottomStyle', 'borderLeftStyle', 'borderTopColor', 'borderRightColor', 'borderBottomColor', 'borderLeftColor', 'borderRadius', 'borderTopLeftRadius', 'borderTopRightRadius', 'borderBottomRightRadius', 'borderBottomLeftRadius', 'margin', 'marginLeft', 'marginRight', 'marginTop', 'marginBottom', 'padding', 'paddingLeft', 'paddingRight', 'paddingTop', 'paddingBottom', 'boxShadow', 'flex', 'flexBasis', 'flexDirection', 'flexFlow', 'flexGrow', 'flexShrink', 'flexWrap', 'order', 'alignContent', 'alignItems', 'alignSelf', 'justifyContent', 'placeContent', 'rowGap', 'columnGap', 'gap', 'padding', 'margin', 'zIndex', 'textAlign', 'textShadow', 'gridGap']; exports.omitProps = omitProps;