UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

9 lines (8 loc) 243 B
import React from 'react'; export interface StarSymbolProps { type: 'empty' | 'full'; } export declare function StarSymbol({ type }: StarSymbolProps): React.JSX.Element; export declare namespace StarSymbol { var displayName: string; }