Files
pole-book/server/node_modules/@strapi/design-system/dist/helpers/theme.d.ts

3 lines
324 B
TypeScript

import { DefaultTheme } from 'styled-components';
export declare function extractStyleFromTheme<TKey extends keyof DefaultTheme, TSection extends DefaultTheme[TKey]>(themeSection: TSection | null | undefined, key: string | number | symbol | undefined, defaultValue: any): string | number;
//# sourceMappingURL=theme.d.ts.map