UNPKG

@mskcc/carbon-react

Version:

Carbon react components for the MSKCC DSM

7 lines (6 loc) 163 B
/** * MSKCC DSM 2021, 2023 */ import React from 'react'; export declare const PrefixContext: React.Context<string>; export declare function usePrefix(): string;