6 lines
303 B
TypeScript
6 lines
303 B
TypeScript
export type { SFSymbol } from 'sf-symbols-typescript';
|
|
export type { AndroidSymbol } from './android';
|
|
export { unstable_getMaterialSymbolSourceAsync } from './materialImageSource';
|
|
export type * from './SymbolModule.types';
|
|
export { SymbolView } from './SymbolView';
|
|
//# sourceMappingURL=index.d.ts.map
|