UNPKG

@hamedf/svelte-persian-datepicker

Version:
11 lines (10 loc) 299 B
type Direction = 'up' | 'down' | 'right' | 'left'; interface Props { direction?: Direction; inverse?: boolean; width?: number; height?: number; } declare const PdpArrow: import("svelte").Component<Props, {}, "">; type PdpArrow = ReturnType<typeof PdpArrow>; export default PdpArrow;