UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

8 lines (7 loc) 238 B
export interface StarSymbolProps { type: 'empty' | 'full'; } export declare function StarSymbol({ type }: StarSymbolProps): import("react/jsx-runtime").JSX.Element; export declare namespace StarSymbol { var displayName: string; }