@dcodegroup-au/dsg-vue
Version:
Front-end Vue/Tailwind DSG for UntitledUI.
16 lines (15 loc) • 699 B
TypeScript
/**
* ------------------------------------------------
* # Setup: Props/Variables/Models
* ------------------------------------------------
*/
export interface DsgTablePerPage {
perPage: number;
change: Function;
}
export interface DsgTablePerPageProps {
perPageOptions?: number[];
perPage: DsgTablePerPage;
}
declare const _default: import('vue').DefineComponent<DsgTablePerPageProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<DsgTablePerPageProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
export default _default;