UNPKG

reeling

Version:

A React loading indicator inspired by curated cinema

23 lines (16 loc) 593 B
import { JSX } from 'react'; interface UseReelingProps { noir?: boolean; size?: string; } interface ReelingProps extends UseReelingProps { canisterClassName?: string; canisterStyle?: React.CSSProperties; reelClassName?: string; reelStyle?: React.CSSProperties; } /** @jsxImportSource @emotion/react */ declare function Reeling$1(props: ReelingProps): JSX.Element; /** @jsxImportSource @emotion/react */ declare function Reeling(props: ReelingProps): JSX.Element; export { Reeling$1 as Reeling, type ReelingProps, Reeling as SingleReeling, Reeling$1 as default };