UNPKG

@aplus-frontend/antdv

Version:

Vue basic component library maintained based on ant-design-vue

4 lines (3 loc) 209 B
type SetActionType<T> = Partial<T> | ((state: T) => Partial<T>); export default function useFrameSetState<T extends object>(initial: T): [Record<string, any>, (newState: SetActionType<T>) => void]; export {};